home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / screens / manager options.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  1.4 KB  |  36 lines

  1. <screen subtitle="Manager Options" version="1.0">
  2.  
  3.     <!-- actions -->
  4.     <list id="acts">
  5.         <record text="Confirm" id="set " event_id="set "/>
  6.         <record text="Undo Changes" event_id="revt" />
  7.         <record text="Cancel Changes" event_id="disc"/>
  8.     </list>
  9.  
  10.     <container class="titled_box" title="Manager Options">
  11.         <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  12.  
  13.         <!-- everything inside a scrolling box, in case screen gets too small -->
  14.         <container class="scrolling_box" id="scbx">
  15.             <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  16.     
  17.             
  18.             <container id="ovar">
  19.                 <!-- layout objects from top to bottom -->
  20.                 <layout class="arrange_vertical_attachment" alignment="top" offset="0"/>
  21.                 <layout class="fit_children_attachment" alignment="vertical, fill" offset="0"/>
  22.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  23.                 
  24.                 <!-- assistant manager box -->
  25.                 <container class="subsection_box" id="assm">
  26.                     <string id="titl" value="Assistant Manager Options"/>
  27.     
  28.                     <layout class="arrange_vertical_attachment" alignment="top"/>
  29.                     <layout class="fit_children_attachment" alignment="vertical, fill"/>
  30.                     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  31.                 </container>
  32.     
  33.             </container>
  34.         </container>    
  35.     </container>
  36. </screen>